summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCathy J. Fitzpatrick <cathy@cathyjf.com>2023-09-18 20:51:55 +0200
committerCathy J. Fitzpatrick <cathy@cathyjf.com>2023-09-18 21:09:51 +0200
commit9fef6560f0d547fa211602e629ef0358961b8728 (patch)
tree865c782db7dadfd7ead662a61630111365b2f771
parentMerge pull request #11258 from Squall-Leonhart/Z16_Assert_Fix (diff)
downloadyuzu-9fef6560f0d547fa211602e629ef0358961b8728.tar
yuzu-9fef6560f0d547fa211602e629ef0358961b8728.tar.gz
yuzu-9fef6560f0d547fa211602e629ef0358961b8728.tar.bz2
yuzu-9fef6560f0d547fa211602e629ef0358961b8728.tar.lz
yuzu-9fef6560f0d547fa211602e629ef0358961b8728.tar.xz
yuzu-9fef6560f0d547fa211602e629ef0358961b8728.tar.zst
yuzu-9fef6560f0d547fa211602e629ef0358961b8728.zip
-rw-r--r--src/core/tools/renderdoc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/tools/renderdoc.cpp b/src/core/tools/renderdoc.cpp
index 44d24822a..947fa6cb3 100644
--- a/src/core/tools/renderdoc.cpp
+++ b/src/core/tools/renderdoc.cpp
@@ -7,7 +7,7 @@
#include "common/dynamic_library.h"
#include "core/tools/renderdoc.h"
-#ifdef WIN32
+#ifdef _WIN32
#include <windows.h>
#else
#include <dlfcn.h>